parsing program

英 [ˈpɑːzɪŋ ˈprəʊɡræm] 美 [ˈpɑːrsɪŋ ˈproʊɡræm]

网络  剖析程式

计算机



双语例句

  1. A token is the smallest unit of parsed string that will have meaning to the parsing program.
    标记是将对解析程序有意义的解析字符串的最小单位。
  2. This makes Scheme the ideal language ( almost) for creating programs that are transformed& no massive parsing is needed to parse the program, and Scheme itself is a list-processing language.
    这使得Scheme非常适合于创建被转换的程序,要对程序进行分析并不需要大量的处理,Scheme本身就是一种列表处理语言。
  3. These files are mostly used by external components or by the command line, or they need to be processed even before any YAML parsing program can be loaded by the framework.
    这些文件大多是使用外部组件或通过命令行,或者他们需要处理之前任何YAML的解析程序可以由框架加载。
  4. A parsing program, or parser, is also called a recognizer.
    分析过程又称作识别程序。
  5. This essay summarizes the effects, problems and solutions of Chinese parsing using CTT with a Chinese simple Context Free Grammar ( CFG) after a brief introduction of the composition, several characteristics of the Copenhagen Tree Tracer ( CTT) program.
    本文简要介绍了自然语言处理的图形接口软件CTT(CopenhagenTreeTracer),并介绍了利用它在简单的CFG形式化体系下做汉语自动句法分析的状况、存在问题、解决办法。
  6. Semantic parsing walks syntax tree and looks for warehouse of rules for implementing mapping of ASP program to PHP program;
    语义分析遍历语法树,查找规则库实现ASP程序到PHP程序的映射;
  7. Parsing results of EKG waveform using this algorithm are at least as good as the corresponding results of IBM special-purpose program for EKG recognition.
    本算法用于心电图波形的剖析,取得了比运用国际上专用识别心电图的IBM程序分析更满意的结果。
  8. This paper uses the rules defined in Snort, and the parsing program for the rules has been implemented. Improving the speed and efficiency of rule detection by establish rule options indexed link list and adjust rule order dynamic.
    本课题使用Snort系统定义的规则库,实现了规则解析程序,通过建立规则选项索引链表,动态调整规则顺序,有效地提高了规则检测的速度和效率。
  9. This paper introduces a method of developing visualizing tool based on compiling technology mainly on lexical analysis and parsing, and also describes an implementation of program visualization tool of C language program.
    介绍了一种以编译技术,主要是以词法分析和语法分析为基础的开发程序可视化工具的方法,并给出了C语言程序执行可视化工具的实例,以说明该方法的实用性。
  10. The parse subprogram has adopted top-bottom recursive subprogram law while parsing, it also generates the corresponding triple code according to the semantic, which is helpful for program transplant, and offers mistaken handle mechanism.
    语法分析子程序采用了自上而下的递归子程序法,在语法分析的同时,也根据程序的语义生成有利于程序移植的相应三元式代码,并提供了出错处理的机制。
  11. The XML format script file is constituted of three parts of expression, processing and data. The interpreter is divided into two parts of XML parsing and program explaining.
    XML格式脚本文件由表达、处理和数据三部分内容组成;解释器分为XML解析和程序解释两个部分。